home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Advisor 2007 June
/
PC Advisor 2007 June.iso
/
GTours
/
Andromeda Galaxy.gt5
< prev
next >
Wrap
Text File
|
2003-08-12
|
2KB
|
78 lines
'-Creating new workspace
'CreateWorkspace
'---- standard prologue
OpenWorkspace "Andr.ws5"
Set wnd = getWindow(1)
Set Camera = wnd.camera
Set theTime = camera.time
Set Direction = camera.Direction
Set Location = camera.Location
'---- end standard prologue'
' Location.SetLonlat 2.34165013524151E-001 , 9.16879624837124E-001
' Location.Position = 2007
set obj_d=Direction.Object
'theTime.JDstr = "2452870.12500"
' theTime.TimeZone = 1.00000000000000E+000
wnd.MDIWindow.State = SW_MAXIMIZE
set pl =PlayerWindow
pl.top=0
pl.left=0
set txt = CreateTextWindow
txt.LoadFile "Andr1.html"
'txt.Locate 345,0,450,115
txt.Locate Screen.width-450,0,450,115
txt.Show
settimemark
' theTime.Units = 3
theTime.step = 4.00000000000000E+000
' Direction.Zoom = 5.00000000000000E-001
theTime.Forward
WaitFrames 70 : theTime.Stop
'WaitFrames 35 : theTime.Stop
'pause 5000
waitfortime 16000
txt.Locate Screen.width-450,0,450,85
txt.LoadFile "Andr2.html"
obj_d.objectType = &H67616C61
obj_d.objectID = 1006635516
Direction.Object=obj_d
Direction.lock = 1
SetFieldStatus &H636E7374 , "BoundariesVisible" , 0,1
SetFieldStatus &H636E7374 , "PatternsVisible" , 0,1
SetFieldStatus &H636E7374 , "NameAs" , 0,1
Direction.Zoom = 1.00000000000000E+000 : UpdateWindows
Direction.Zoom = 2.00000000000000E+000 : UpdateWindows
Location.SetLonlat 3.1415927E+000 , 2.6179939E-001 : UpdateWindows
'pause 4000
waitfortime 6000
txt.Locate Screen.width-450,0,450,115
txt.LoadFile "Andr3.html"
Direction.Zoom = 3.00000000000000E+000 : UpdateWindows
Direction.Zoom = 4.00000000000000E+000 : UpdateWindows
Direction.Zoom = 5.00000000000000E+000 : UpdateWindows
pause 1000
set txt1 = CreateTextWindow
txt1.LoadFile "Andr4.html"
'txt1.Locate 0,310,350,270
txt1.Locate 0,SCreen.height-270,350,270
Direction.Zoom = 6.00000000000000E+000 : UpdateWindows
pause 1000
Direction.Zoom = 7.00000000000000E+000 : UpdateWindows
pause 1000
Direction.Zoom = 8.00000000000000E+000 : UpdateWindows
pause 1000
Direction.Zoom = 9.00000000000000E+000 : UpdateWindows
pause 1000
Direction.Zoom = 1.00000000000000E+001 : UpdateWindows
pause 1000
Direction.Zoom = 1.10000000000000E+001 : UpdateWindows
pause 1000
Direction.Zoom = 1.20000000000000E+001 : UpdateWindows
txt1.Show
'pause 8000
waitfortime 15000
txt1.Close
txt.Close
' end recording